home *** CD-ROM | disk | FTP | other *** search
-
- HERE COME THE FIRST PART
-
- \position 300,40
- \font topaz,8
- \stablebar
- \quitbutton
- \exclusivemenus
- \openmenu 2
- \openmenu 6
- \opendown
- \ fixedopen <- you see space after \? This is not switched on
- \buttonwidth 100
- \prefix sys:rexxc/rx
-
- WATCH: THE SECOND PART
-
- :Game
- Quit|Q
- \quit
- ; See this |Q after QUIT? You quit by pressing Q.
- _Restart
- \restart
- _Edit Me
- H:vim-run Work:Programming/ButtonBar/buttonbar.menu
- # Know the difference between '_' and '|' ? Shortcut '_' is visible.
- HDSleep|H
- \x rexx:hdsleep_wakemeup.rexx
- _Breathless|B
- fun:jeux/arcade/breathless/trainer
- AB3D
- fun:jeux/arcade/AB3D/AlienBreed3D
- Print MANAS
- \print MANAS
- ; <- this will output MANAS.
-
-
- / You can have as many emptylines as you want.
- # But watch out! No spaces there. As you have noticed
- ; there are three comments chars: /,# and ;
-
-
- :Utils
- ABCDir
- system:utils/rep/abcdir!
- Shell
- sys:system/cli
- Shell
- <WB> sys:system/shell
- ; <-This is WB style of execution. Requieres shell.info.
- GoldEd
- c:ged
-
- :System
- SnoopDos
- system:utisys/snoopdos/snoopdos
- The Guru
- system:utisys/theguru/guru3.0
-
- :Dev
- DevToolBar
- dcc:devtoolbar
- Blitz
- Blitz2:blitz2
-
- :GFX
- Imagine
- work:dessin/imagine.fp
- LightWave
- toaster:programs/lightwave.fp
-
- :Net
- IRC
- work:comms/amirc/amirc
- Voyager
- work:comms/voyager/v020
- FTP
- work:comms/amftp/amftp
-
- ; So, enjoy!
-